Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spec tests to [email protected] #11952

Merged
merged 6 commits into from
Sep 12, 2024
Merged

Update spec tests to [email protected] #11952

merged 6 commits into from
Sep 12, 2024

Conversation

sudeepdino008
Copy link
Member

@sudeepdino008 sudeepdino008 commented Sep 11, 2024

return err
}
}
// for i := n; i < chain.Length(); i++ {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've commented these out; in order for the execution to flow into el InsertBlocks functionalities, where things like empty auth list or invalid auth sigs can be checked. For tests not-expecting-to-fail, the el should still check all the stuff in HashCheck() after block execution, and float up errors if any.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but this messes up block_test.go#wrongtransactionsTrie.json which relies on HashCheck being executed. I'm adding it back

@yperbasis yperbasis added the pectra The Prague/Electra protocol upgrade label Sep 11, 2024
@sudeepdino008 sudeepdino008 marked this pull request as ready for review September 11, 2024 16:42
@somnathb1 somnathb1 merged commit a77a069 into main Sep 12, 2024
9 checks passed
@somnathb1 somnathb1 deleted the update_spec_tests branch September 12, 2024 10:23
somnathb1 added a commit that referenced this pull request Sep 12, 2024
- additionally, some changes were made lately to 7702 -
https://eips.ethereum.org/EIPS/eip-7702 (specially auth empty list;
signatures; contract creation with 7702). The PR incorporates those.

---------

Co-authored-by: Somnath <[email protected]>
yperbasis pushed a commit that referenced this pull request Oct 3, 2024
- additionally, some changes were made lately to 7702 -
https://eips.ethereum.org/EIPS/eip-7702 (specially auth empty list;
signatures; contract creation with 7702). The PR incorporates those.

---------

Co-authored-by: Somnath <[email protected]>
yperbasis added a commit that referenced this pull request Oct 3, 2024
Cherry pick #11952

Co-authored-by: sudeep <[email protected]>
Co-authored-by: Somnath <[email protected]>
AskAlexSharov pushed a commit that referenced this pull request Oct 21, 2024
Cherry pick #11952

Co-authored-by: sudeep <[email protected]>
Co-authored-by: Somnath <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pectra The Prague/Electra protocol upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants